From 57c7d77cdf1a86830fb5a31f1c537e8756d82ccd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 27 Feb 2021 19:45:07 -0500 Subject: [PATCH] colorbutton: Use markdown for css tree --- gtk/gtkcolorbutton.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkcolorbutton.c b/gtk/gtkcolorbutton.c index 8d2c7f06dc..90d3225351 100644 --- a/gtk/gtkcolorbutton.c +++ b/gtk/gtkcolorbutton.c @@ -58,11 +58,11 @@ * * # CSS nodes * - * |[ + * ``` * colorbutton * ╰── button.color * ╰── [content] - *]| + * ``` * * `GtkColorButton` has a single CSS node with name colorbutton which * contains a button node. To differentiate it from a plain `GtkButton`, -- 2.30.2